img {
  display: block;
}
.container-index-m {
  display: none;
}
.container-index-pc {
  /* 带跳转的详情页 */
  /* 分页 */
  /*  带菜单的列表页  */
}
.container-index-pc header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.container-index-pc header .top {
  max-width: 1200px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-index-pc header .top .info {
  display: flex;
  align-items: center;
}
.container-index-pc header .top .info h3 {
  font-weight: bold;
  color: #1f1a17;
  font-size: 16px;
  border-right: 1px solid #a6212e;
  padding-right: 10px;
}
.container-index-pc header .top .info p {
  font-size: 16px;
  color: #a6212e;
  padding: 0 10px;
  border-right: 1px solid #a6212e;
}
.container-index-pc header .top .info .search {
  margin-left: 10px;
  position: relative;
  width: 200px;
  height: 33px;
  border-radius: 20px;
  background-color: #ededed;
}
.container-index-pc header .top .info .search input {
  width: 100%;
  height: 100%;
  padding-left: 10px;
}
.container-index-pc header .top .info .search .search-btn {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.container-index-pc .tabNav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #b84d58;
}
.container-index-pc .tabNav-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 85%;
  height: 90%;
}
.container-index-pc .tabNav-list .line {
  width: 1px;
  height: 80%;
  background-color: #fff;
  opacity: 0.2;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
}
.container-index-pc .tabNav-list li {
  position: relative;
}
.container-index-pc .tabNav-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.container-index-pc .tabNav-list li a:hover {
  color: #fde7a4;
}
.container-index-pc .tabNav-list li:hover .slidedown {
  display: block;
}
.container-index-pc .tabNav-list .active {
  color: #fde7a4;
}
.container-index-pc .tabNav-list .active .slidedown {
  display: block;
}
.container-index-pc .banner .swiper-container {
  width: 100%;
}
.container-index-pc .banner .swiper-container .swiper-slide {
  width: 100%;
}
.container-index-pc .banner .swiper-container .swiper-slide a {
  display: inline-block;
  width: 100%;
}
.container-index-pc .banner .swiper-container .swiper-slide a img {
  width: 100%;
}
.container-index-pc .announce {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 55px;
  background-color: #a6212e;
  margin-top: -2px;
}
.container-index-pc .announce-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 80%;
  height: 100%;
}
.container-index-pc .announce-box .title {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.container-index-pc .announce-box .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
}
.container-index-pc .announce-box .list li {
  color: #fff;
  font-size: 16px;
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-index-pc .news {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/bg1.png);
  background-size: 100%;
  height: 600px;
}
.container-index-pc .news-content {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
}
.container-index-pc .news-content .left {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 370px;
  overflow: hidden;
}
.container-index-pc .news-content .left .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.container-index-pc .news-content .left .swiper-wrapper .swiper-slide {
  width: 100%;
}
.container-index-pc .news-content .left .poster {
  position: relative;
  width: 100%;
}
.container-index-pc .news-content .left .poster img {
  width: 100%;
  height: 285px;
}
.container-index-pc .news-content .left .poster h4 {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.container-index-pc .news-content .left p {
  font-size: 14px;
  color: #656566;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
}
.container-index-pc .news-content .center {
  display: flex;
  justify-content: space-between;
  width: 38%;
  height: 370px;
}
.container-index-pc .news-content .center .tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.container-index-pc .news-content .center .tab li {
  flex: 1;
  max-height: 92px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b84d58;
  border-bottom: 1px solid #fff;
  position: relative;
}
.container-index-pc .news-content .center .tab li a {
  color: #fff;
  font-size: 16px;
}
.container-index-pc .news-content .center .tab li:nth-child(2) {
  background-color: #b84d58;
}
.container-index-pc .news-content .center .tab li:nth-child(3) {
  background-color: #ca7a82;
}
.container-index-pc .news-content .center .tab li:nth-child(4) {
  background-color: #dba6ab;
}
.container-index-pc .news-content .center .tab .active {
  background-color: #a6212e !important;
  position: relative;
}
.container-index-pc .news-content .center .tab .active::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid #a6212e;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.container-index-pc .news-content .center .news-list {
  border: 1px solid #f1f1f1;
  border-left: none;
  padding: 0 10px;
  width: 75%;
}
.container-index-pc .news-content .center .news-list ul {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container-index-pc .news-content .center .news-list ul li {
  font-size: 14px;
  color: #323232;
  width: 100%;
  border-bottom: 1px dashed #c7c7c7;
  padding: 13px 0;
}
.container-index-pc .news-content .center .news-list ul li:last-child {
  border-bottom: none;
}
.container-index-pc .news-content .center .news-list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-index-pc .news-content .center .news-list ul li a:hover {
  color: #d4a549;
}
.container-index-pc .news-content .center .news-list ul li p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-index-pc .news-content .center .news-list ul li span {
  color: #909090;
  font-size: 12px;
  width: 40%;
  text-align: right;
}
.container-index-pc .news-content .center #news2,
.container-index-pc .news-content .center #news3,
.container-index-pc .news-content .center #news4 {
  display: none;
}
.container-index-pc .news-content .right {
  width: 30%;
  height: 370px;
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
}
.container-index-pc .news-content .right .top {
  width: 100%;
  height: 35px;
  background-color: #e3dfe1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.container-index-pc .news-content .right .top h3 {
  font-size: 16px;
  color: #333333;
}
.container-index-pc .news-content .right .top a {
  color: #999;
  font-size: 14px;
}
.container-index-pc .news-content .right .box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}
.container-index-pc .news-content .right .box .time {
  width: 25%;
  border: 1px solid #f1f1f1;
}
.container-index-pc .news-content .right .box .time p {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  background-color: #a6212e;
  text-align: center;
}
.container-index-pc .news-content .right .box .time p:nth-child(2) {
  color: #064025;
  background-color: #fff;
}
.container-index-pc .news-content .right .box p {
  width: 60%;
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-index-pc .act {
  width: 100%;
  padding: 30px 0;
  background-color: #fff9ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-index-pc .act-box {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
}
.container-index-pc .act-box #Marquee_x {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
}
.container-index-pc .act-box #Marquee_x li {
  float: left;
  line-height: 25px;
}
.container-index-pc .act-box #Marquee_x li div {
  float: left;
  width: 211px;
  overflow: hidden;
}
.container-index-pc .act-box #Marquee_x li div img {
  border-radius: 10px;
  width: 100%;
  height: 144px;
  display: block;
}
.container-index-pc .act-box #Marquee_x li div p {
  text-align: center;
  color: #333;
  margin-top: 10px;
  font-size: 16px;
}
.container-index-pc .act-box .box1 {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-index-pc .act-box .box1 .poster {
  position: relative;
  width: 100%;
}
.container-index-pc .act-box .box1 .poster img {
  width: 100%;
  height: 203px;
}
.container-index-pc .act-box .box1 .poster p {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.container-index-pc .act-box .box1 ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f3f0f2;
  padding: 10px;
}
.container-index-pc .act-box .box1 ul li {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-index-pc .act-box .box1 ul li a {
  position: relative;
  font-size: 13px;
  color: #656565;
  padding-left: 13px;
}
.container-index-pc .act-box .box1 ul li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 6px solid #a6212e;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container-index-pc .act-box .box2 {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-index-pc .act-box .box2-content {
  background-color: #f3f0f2;
  width: 100%;
  height: 288px;
}
.container-index-pc .act-box .box2-content .top {
  display: flex;
  justify-content: space-between;
}
.container-index-pc .act-box .box2-content .top img {
  width: 50%;
  height: 128px;
}
.container-index-pc .act-box .box2-content .top .info {
  width: 50%;
  margin: 10px;
  margin-right: 15px;
}
.container-index-pc .act-box .box2-content .top .info h4 {
  font-size: 16px;
  color: #a6212e;
  line-height: 26px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-index-pc .act-box .box2-content .top .info p {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #646464;
  line-height: 20px;
}
.container-index-pc .act-box .box2-content ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
}
.container-index-pc .act-box .box2-content ul li {
  padding: 6px;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-index-pc .act-box .box2-content ul li a {
  width: 100%;
  position: relative;
  font-size: 13px;
  color: #656565;
  padding-left: 13px;
}
.container-index-pc .act-box .box2-content ul li a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 6px solid #a6212e;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container-index-pc .special {
  width: 100%;
  height: 710px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/bg1.png);
  background-size: 100%;
}
.container-index-pc .special-box {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  position: relative;
}
.container-index-pc .special-box::before {
  content: '';
  display: block;
  width: 87px;
  height: 87px;
  background: url(../images/icon_add.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 29%;
  top: 20%;
}
.container-index-pc .special-box::after {
  content: '';
  display: block;
  width: 87px;
  height: 87px;
  background: url(../images/icon_add.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 29%;
  top: 20%;
}
.container-index-pc .special-box .item {
  width: 32%;
  min-height: 505px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f3f0f2;
}
.container-index-pc .special-box .item-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-index-pc .special-box .item-info h1 {
  text-align: center;
  color: #333333;
  font-size: 22px;
  padding: 15px 0;
  width: 80%;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.container-index-pc .special-box .item-info h1::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #a6212e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.container-index-pc .special-box .item-info ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
}
.container-index-pc .special-box .item-info ul li {
  padding: 10px;
  width: 100%;
}
.container-index-pc .special-box .item-info ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #333333;
}
.container-index-pc .special-box .item-info ul li a:hover {
  color: #a6212e;
}
.container-index-pc .special-box .item-info ul li a p {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-index-pc .special-box .item-info ul li a span {
  width: 30%;
  text-align: right;
}
.container-index-pc .special-box .item .line {
  width: 100%;
  height: 10px;
}
.container-index-pc .competence {
  width: 100%;
  height: 550px;
  background-color: #fff9ec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container-index-pc .competence-box {
  width: 80%;
  max-width: 1200px;
  background-color: #f3f0f2;
  display: flex;
  justify-content: space-between;
}
.container-index-pc .competence-box .left {
  width: 45%;
}
.container-index-pc .competence-box .right {
  width: 55%;
  padding: 15px;
}
.container-index-pc .competence-box .right .tab2 {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}
.container-index-pc .competence-box .right .tab2 li {
  color: #d4a549;
  font-size: 16px;
}
.container-index-pc .competence-box .right .tab2 .active {
  color: #333;
  font-weight: bold;
}
.container-index-pc .competence-box .right .com-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.container-index-pc .competence-box .right .com-list ul li {
  font-size: 14px;
  color: #323232;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 15px 5px;
}
.container-index-pc .competence-box .right .com-list ul li:last-child {
  border-bottom: none;
}
.container-index-pc .competence-box .right .com-list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-index-pc .competence-box .right .com-list ul li p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-index-pc .competence-box .right .com-list ul li p i {
  margin-right: 10px;
}
.container-index-pc .competence-box .right .com-list ul li span {
  color: #909090;
  font-size: 12px;
  width: 20%;
  text-align: right;
}
.container-index-pc .competence-box .right #box2,
.container-index-pc .competence-box .right #box3,
.container-index-pc .competence-box .right #box4,
.container-index-pc .competence-box .right #box5,
.container-index-pc .competence-box .right #box6 {
  display: none;
}
.container-index-pc .theater {
  width: 100%;
  height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/bg1.png);
  background-size: 100%;
}
.container-index-pc .theater-box {
  width: 80%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-index-pc .theater-box .item {
  width: 32%;
  margin-bottom: 2%;
  position: relative;
}
.container-index-pc .theater-box .item .block {
  width: 100%;
  position: relative;
}
.container-index-pc .theater-box .item .block p {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  justify-content: center;
  font-size: 16px;
}
.container-index-pc .theater-box .item .hidden {
  display: none;
  transition: all;
  width: 100%;
  height: 100%;
  background-color: rgba(166, 33, 46, 0.7);
  position: absolute;
  left: 0;
  top: 0;
}
.container-index-pc .theater-box .item .hidden p {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  z-index: 9999;
  width: 100%;
  text-align: center;
}
.container-index-pc .theater-box .item .hidden::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/icon_searchBig.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.container-index-pc .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff9ec;
  padding: 20px 0 50px 0;
}
.container-index-pc .links-content {
  max-width: 1200px;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-index-pc .links-content a {
  width: 18%;
  margin-top: 10px;
}
.container-index-pc .sectionName {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 350px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.container-index-pc .sectionName::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #a6212e;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.container-index-pc .sectionName h1 {
  color: #323232;
  font-size: 27px;
  font-weight: bold;
  padding-bottom: 10px;
}
.container-index-pc .sectionName span {
  color: #c7c7c7;
  font-size: 12px;
}
.container-index-pc footer {
  width: 100%;
  height: 200px;
  background-color: #383838;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-index-pc footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
}
.container-index-pc footer .footer-content .logo {
  width: 15%;
  margin-right: 10px;
}
.container-index-pc footer .footer-content .info {
  width: 65%;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  position: relative;
}
.container-index-pc footer .footer-content .info .gov {
  position: absolute;
  right: 10%;
  top: 30%;
}
.container-index-pc footer .footer-content .ercode {
  display: flex;
  align-items: center;
  width: 18%;
  justify-content: space-between;
}
.container-index-pc footer .footer-content .ercode .item {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-index-pc footer .footer-content .ercode .item img {
  width: 90%;
}
.container-index-pc footer .footer-content .ercode .item p {
  color: #fff;
  font-size: 0.9em;
  line-height: 2;
}
.container-index-pc .list_list {
  margin: 25px 0;
}
.container-index-pc .container {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
}
.container-index-pc .container .toplink {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-index-pc .container .toplink p {
  color: #999;
}
.container-index-pc .container .toplink p b {
  color: #a6212e;
}
.container-index-pc .container .searchTop {
  position: relative;
  padding-left: 20px;
}
.container-index-pc .container .searchTop::before {
  content: '';
  width: 10px;
  height: 22px;
  background: #a6212e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.container-index-pc .container .searchField {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-index-pc .container .searchField input {
  margin-right: 20px;
  width: 400px;
  height: 55px;
  border-radius: 30px;
  background: #f2f2f2;
  padding: 15px 30px;
  font-size: 1em;
  color: #333;
}
.container-index-pc .container .searchField .btn {
  height: 55px;
  width: 170px;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  background: #a6212e;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 15px;
}
.container-index-pc .list_detail .row {
  justify-content: space-between;
  align-items: flex-start;
}
.container-index-pc .list_detail .row .searchRes {
  width: 100%;
}
.container-index-pc .list_detail .row .searchRes h5 {
  text-align: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
.container-index-pc .list_detail .row .searchRes .searchHead {
  background: #f1f1f1;
  margin: -24px -24px 0;
  padding-left: 34px;
  line-height: 64px;
}
.container-index-pc .list_detail .row .searchRes .searchResList li {
  padding: 20px 10px;
  color: #333;
  border-bottom: 1px solid #dddddd;
  line-height: 1.7;
}
.container-index-pc .list_detail .row .searchRes .searchResList li:hover h6 {
  color: #a6212e;
}
.container-index-pc .list_detail .row .searchRes .searchResList li p:nth-child(2) {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-index-pc .list_detail .row .searchRes .searchResList li p:last-child {
  color: #999;
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}
.container-index-pc .list_detail .row .searchRes .searchResList li h6 {
  font-size: 1.1em;
  margin-bottom: 5px;
  position: relative;
}
.container-index-pc .list_detail .detail {
  width: 750px;
  padding: 40px 80px;
}
.container-index-pc .wrap_page {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px 0;
  text-align: center;
}
.container-index-pc .wrap_page li {
  margin-bottom: 10px;
  display: inline-block;
}
.container-index-pc .wrap_page li .pageinfo {
  margin-left: 12px;
}
.container-index-pc .wrap_page li .pageinfo strong {
  margin-right: 5px;
  color: #a6212e;
}
.container-index-pc .wrap_page li .pageinfo strong:last-child {
  margin-left: 10px;
}
.container-index-pc .wrap_page span {
  color: #666;
  font-size: 14px;
}
.container-index-pc .wrap_page span label {
  margin: 0 5px;
  color: #ba2a17;
}
.container-index-pc .wrap_page td {
  width: auto;
}
.container-index-pc .wrap_page td b {
  margin: 0 5px;
  color: #a6212e;
}
.container-index-pc .wrap_page input[name="PageNo"],
.container-index-pc .wrap_page input[name="plistgo"] {
  margin-right: 5px;
  width: 50px !important;
  height: 31px !important;
  text-align: center;
  border: 1px solid #ccc;
}
.container-index-pc .wrap_page a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #888;
  font-weight: 600;
  cursor: pointer;
}
.container-index-pc .wrap_page a:hover,
.container-index-pc .wrap_page a.active {
  border: 1px solid #a6212e;
  padding: 4px 11px;
  font-size: 14px;
  color: #888;
}
.container-index-pc .wrap_page .thisclass {
  padding: 5px 13px;
  font-size: 14px;
  color: #fff;
  background: #a6212e;
  border: 1px solid #a6212e;
}
.container-index-pc .boxShadow {
  box-shadow: 0 0 5px #e0e0e0;
  padding: 24px;
  border-radius: 10px;
}
.container-index-pc .menuListBox .row {
  align-items: flex-start;
}
.container-index-pc .menuListBox .menuList-content {
  display: flex;
  justify-content: space-between;
}
.container-index-pc .menuListBox .menuList {
  width: 170px;
  display: flex;
  flex-direction: column;
}
.container-index-pc .menuListBox .menuList a {
  width: 140px;
  min-height: 60px;
  background: #f7f7f7;
  color: #a6212e;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-index-pc .menuListBox .menuList a:hover,
.container-index-pc .menuListBox .menuList a .active {
  background: #a6212e;
  color: #fff;
}
.container-index-pc .menuListBox .menuList a.active {
  background: #a6212e;
  color: #fff;
}
.container-index-pc .menuListBox .menuList a.active::after {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #a6212e;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.container-index-pc .menuListBox .listCont {
  width: calc(100% - 170px);
}
.container-index-pc .menuListBox .listCont ul {
  padding: 0 18px;
}
.container-index-pc .menuListBox .listCont ul li {
  border-bottom: 1px dashed #dadada;
  padding: 15px 20px 15px 15px;
  position: relative;
}
.container-index-pc .menuListBox .listCont ul li::after {
  content: '';
  display: block;
  clear: both;
}
.container-index-pc .menuListBox .listCont ul li:last-child {
  border: none;
}
.container-index-pc .menuListBox .listCont ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container-index-pc .menuListBox .listCont ul li a:hover p {
  color: #ba2a17;
}
.container-index-pc .menuListBox .listCont ul li a p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: 15px;
}
.container-index-pc .menuListBox .listCont ul li a span {
  font-size: 14px;
  color: #b3b3b3;
  margin-left: 60px;
  width: 15%;
  text-align: right;
}
.container-index-pc .detail {
  padding: 20px 100px;
}
.container-index-pc .detail h5 {
  color: #333;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.container-index-pc .detail .detail_cont {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}
.container-index-pc .detail .detail_cont iframe {
  width: 100%;
  height: 500px;
}
.container-index-pc .detail .detail_cont p {
  font-size: 1em;
  color: #333;
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 15px;
}
.container-index-pc .detail .detail_foot {
  margin-top: 20px;
}
.container-index-pc .detail .detail_foot span:first-child {
  float: left;
}
.container-index-pc .detail .detail_foot span:first-child span {
  color: #999;
  margin-right: 20px;
}
.container-index-pc .detail .detail_foot span:last-child {
  float: right;
}
.container-index-pc .detail .detail_foot span:last-child span {
  color: #999;
  margin-left: 20px;
}
.container-index-pc .detail .clear {
  clear: both;
}
.container-index-pc .detail .essay_jump {
  color: #333;
}
.container-index-pc .detail .essay_jump:hover {
  color: #a6212e;
}
.container-index-pc .detail .essay_jump:first-of-type {
  margin: 15px 0;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
  .container-index-m {
    display: block;
    width: 100%;
  }
  .container-index-pc {
    display: none;
  }
  
  .container-index-m .container {
    width: 95%;
    margin: 0 auto;
  }
  
  .container-index-m .boxShadow {
    box-shadow: 0 0 5px #e0e0e0;
    padding: 15px;
    border-radius: 5px;
  }
  
  .container-index-m .toplink {
    margin: 10px 0;
    font-size: 14px;
  }
  
  .container-index-m .detail h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-align: center;
  }
  
  .container-index-m .detail_cont {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .container-index-m .detail_cont p {
    margin-bottom: 10px;
  }
  
  .container-index-m .detail_foot {
    margin-top: 15px;
    font-size: 14px;
    color: #999;
  }
  
  .container-index-m .detail_foot span {
    display: block;
    margin-bottom: 5px;
  }
  
  .container-index-m .essay_jump {
    margin: 10px 0;
    font-size: 14px;
  }
}

/* 修改现有的移动端隐藏样式 */
@media screen and (min-width: 769px) {
  .container-index-m {
    display: none;
  }
  .container-index-pc {
    display: block;
  }
}
